VSID.baliListsCollections.BooleanList
-
Class Summary
Project ID | EAD868658E0D257F85258ADD00779AEB |
Version | |
Class ID | A1ED001F23941F6785258ADE004E730F |
Class Type | Derived |
Derived From | azlwListCarrier |
Attributes | |
-
-
Properties Detail
-
falseOnly (Get)
Public Property Get falseOnly As BooleanList |
subset of all False values |
-
hasFalse (Get)
Public Property Get hasFalse As Boolean |
Flag indicating if the object contains at least one False value |
-
hasTrue (Get)
Public Property Get hasTrue As Boolean |
Flag indicating if the object contains at least one True value |
-
trueOnly (Get)
Public Property Get trueOnly As BooleanList |
subset of all True values |
-
Methods Detail
-
getContent
Public Function getContent() As Variant |
Gets the content list for the object |
-
getValue
Public Function getValue(key As String) As Boolean |
Gets the Value for the named element within the object. |
idx | Argument | Data Type | Attributes |
1 | key | String | |
-
isTrue
Public Function isTrue(key As String) As Boolean |
Indicates if a key is a member of the internal list AND it's associated value is True. |
idx | Argument | Data Type | Attributes |
1 | key | String | |
-
addAll
Public Sub addAll(source As BooleanList) |
Adds all elements of another BooleanList to this object. |
idx | Argument | Data Type | Attributes |
1 | source | BooleanList | |
-
clear
Public Sub clear() |
Clears the object's content |
-
Delete
Public Sub Delete() |
Clears the object's content prior to deletion of the object |
-
removeElement
Public Sub removeElement(key As String) |
Removes a named element from the internal list |
idx | Argument | Data Type | Attributes |
1 | key | String | |
-
setElementValue
Public Sub setElementValue(key As String, value As Variant) |
Sets the value for an element in the list |
idx | Argument | Data Type | Attributes |
1 | key | String | |
2 | value | Variant | |
Copyright © HCL America, Inc. 1999, 2023. All Rights Reserved.